home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / main / 00037_Install Acrobat.ls < prev    next >
Encoding:
Text File  |  2000-06-22  |  337 b   |  12 lines

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     open(the moviePath & "software\acrobat\ar40eng.exe")
  4.   else
  5.     if the platform = "Windows,16" then
  6.       open(the moviePath & "software\acrobat\ar16e301.exe")
  7.     else
  8.       open(the moviePath & "software:acrobat:Install Acrobat Reader 4.0:Reader Installer")
  9.     end if
  10.   end if
  11. end
  12.